home *** CD-ROM | disk | FTP | other *** search
- Path: ifi.uio.no!jankr
- From: jankr@ifi.uio.no (Jan Kroken)
- Newsgroups: comp.lang.c
- Subject: Re: Assembly
- Date: 30 Jan 1996 18:07:23 +0100
- Organization: Dept. of Informatics, University of Oslo, Norway
- Message-ID: <4elj8b$m8n@svadilfari.ifi.uio.no>
- References: <4edkqb$k1v@dub-news-svc-4.compuserve.com> <822765569snz@genesis.demon.co.uk>
- NNTP-Posting-Host: svadilfari.ifi.uio.no
-
-
- In article <822765569snz@genesis.demon.co.uk>, Lawrence Kirby <fred@genesis.demon.co.uk> writes:
- > In article <4edkqb$k1v@dub-news-svc-4.compuserve.com>
- > 100614.3573@compuserve.com "Frederic Chantren" writes:
- >
- > >I'd like use assembly routines in C language.
- >
- > You can't - the C language has no support for assembly. You particular
- > compiler might provide support as an extension to the language but you
- > will need to check that in the documentation for your specific compiler
- > or ask in a newsgroup relevant to it. For example comp.os.msdos.programmer
- > is a good place to start for DOS based compilers.
- >
- Most C compilers from Borland and MS supports innline asm.
- Earlier Turbo C/C++ required TASM for the inline-asm, but
- it's now a part of the compiler.
- -jk
-
-